3.132 \(\int \frac{(1+2 x) (1+3 x+4 x^2)}{(2+3 x^2)^{5/2}} \, dx\)

Optimal. Leaf size=41 \[ \frac{2-51 x}{54 \left (3 x^2+2\right )^{3/2}}-\frac{16-13 x}{18 \sqrt{3 x^2+2}} \]

[Out]

(2 - 51*x)/(54*(2 + 3*x^2)^(3/2)) - (16 - 13*x)/(18*Sqrt[2 + 3*x^2])

________________________________________________________________________________________

Rubi [A]  time = 0.0533089, antiderivative size = 41, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 27, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.074, Rules used = {1814, 637} \[ \frac{2-51 x}{54 \left (3 x^2+2\right )^{3/2}}-\frac{16-13 x}{18 \sqrt{3 x^2+2}} \]

Antiderivative was successfully verified.

[In]

Int[((1 + 2*x)*(1 + 3*x + 4*x^2))/(2 + 3*x^2)^(5/2),x]

[Out]

(2 - 51*x)/(54*(2 + 3*x^2)^(3/2)) - (16 - 13*x)/(18*Sqrt[2 + 3*x^2])

Rule 1814

Int[(Pq_)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> With[{Q = PolynomialQuotient[Pq, a + b*x^2, x], f = Coeff[P
olynomialRemainder[Pq, a + b*x^2, x], x, 0], g = Coeff[PolynomialRemainder[Pq, a + b*x^2, x], x, 1]}, Simp[((a
*g - b*f*x)*(a + b*x^2)^(p + 1))/(2*a*b*(p + 1)), x] + Dist[1/(2*a*(p + 1)), Int[(a + b*x^2)^(p + 1)*ExpandToS
um[2*a*(p + 1)*Q + f*(2*p + 3), x], x], x]] /; FreeQ[{a, b}, x] && PolyQ[Pq, x] && LtQ[p, -1]

Rule 637

Int[((d_) + (e_.)*(x_))/((a_) + (c_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[(-(a*e) + c*d*x)/(a*c*Sqrt[a + c*x^2]),
 x] /; FreeQ[{a, c, d, e}, x]

Rubi steps

\begin{align*} \int \frac{(1+2 x) \left (1+3 x+4 x^2\right )}{\left (2+3 x^2\right )^{5/2}} \, dx &=\frac{2-51 x}{54 \left (2+3 x^2\right )^{3/2}}-\frac{1}{6} \int \frac{-\frac{26}{3}-16 x}{\left (2+3 x^2\right )^{3/2}} \, dx\\ &=\frac{2-51 x}{54 \left (2+3 x^2\right )^{3/2}}-\frac{16-13 x}{18 \sqrt{2+3 x^2}}\\ \end{align*}

Mathematica [A]  time = 0.018033, size = 30, normalized size = 0.73 \[ \frac{117 x^3-144 x^2+27 x-94}{54 \left (3 x^2+2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[((1 + 2*x)*(1 + 3*x + 4*x^2))/(2 + 3*x^2)^(5/2),x]

[Out]

(-94 + 27*x - 144*x^2 + 117*x^3)/(54*(2 + 3*x^2)^(3/2))

________________________________________________________________________________________

Maple [A]  time = 0.049, size = 27, normalized size = 0.7 \begin{align*}{\frac{117\,{x}^{3}-144\,{x}^{2}+27\,x-94}{54} \left ( 3\,{x}^{2}+2 \right ) ^{-{\frac{3}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1+2*x)*(4*x^2+3*x+1)/(3*x^2+2)^(5/2),x)

[Out]

1/54*(117*x^3-144*x^2+27*x-94)/(3*x^2+2)^(3/2)

________________________________________________________________________________________

Maxima [A]  time = 0.970827, size = 68, normalized size = 1.66 \begin{align*} \frac{13 \, x}{18 \, \sqrt{3 \, x^{2} + 2}} - \frac{8 \, x^{2}}{3 \,{\left (3 \, x^{2} + 2\right )}^{\frac{3}{2}}} - \frac{17 \, x}{18 \,{\left (3 \, x^{2} + 2\right )}^{\frac{3}{2}}} - \frac{47}{27 \,{\left (3 \, x^{2} + 2\right )}^{\frac{3}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+2*x)*(4*x^2+3*x+1)/(3*x^2+2)^(5/2),x, algorithm="maxima")

[Out]

13/18*x/sqrt(3*x^2 + 2) - 8/3*x^2/(3*x^2 + 2)^(3/2) - 17/18*x/(3*x^2 + 2)^(3/2) - 47/27/(3*x^2 + 2)^(3/2)

________________________________________________________________________________________

Fricas [A]  time = 1.5486, size = 101, normalized size = 2.46 \begin{align*} \frac{{\left (117 \, x^{3} - 144 \, x^{2} + 27 \, x - 94\right )} \sqrt{3 \, x^{2} + 2}}{54 \,{\left (9 \, x^{4} + 12 \, x^{2} + 4\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+2*x)*(4*x^2+3*x+1)/(3*x^2+2)^(5/2),x, algorithm="fricas")

[Out]

1/54*(117*x^3 - 144*x^2 + 27*x - 94)*sqrt(3*x^2 + 2)/(9*x^4 + 12*x^2 + 4)

________________________________________________________________________________________

Sympy [B]  time = 111.998, size = 180, normalized size = 4.39 \begin{align*} \frac{10 x^{3}}{18 x^{2} \sqrt{3 x^{2} + 2} + 12 \sqrt{3 x^{2} + 2}} + \frac{x^{3}}{6 x^{2} \sqrt{3 x^{2} + 2} + 4 \sqrt{3 x^{2} + 2}} - \frac{72 x^{2}}{81 x^{2} \sqrt{3 x^{2} + 2} + 54 \sqrt{3 x^{2} + 2}} + \frac{x}{6 x^{2} \sqrt{3 x^{2} + 2} + 4 \sqrt{3 x^{2} + 2}} - \frac{32}{81 x^{2} \sqrt{3 x^{2} + 2} + 54 \sqrt{3 x^{2} + 2}} - \frac{5}{27 x^{2} \sqrt{3 x^{2} + 2} + 18 \sqrt{3 x^{2} + 2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+2*x)*(4*x**2+3*x+1)/(3*x**2+2)**(5/2),x)

[Out]

10*x**3/(18*x**2*sqrt(3*x**2 + 2) + 12*sqrt(3*x**2 + 2)) + x**3/(6*x**2*sqrt(3*x**2 + 2) + 4*sqrt(3*x**2 + 2))
 - 72*x**2/(81*x**2*sqrt(3*x**2 + 2) + 54*sqrt(3*x**2 + 2)) + x/(6*x**2*sqrt(3*x**2 + 2) + 4*sqrt(3*x**2 + 2))
 - 32/(81*x**2*sqrt(3*x**2 + 2) + 54*sqrt(3*x**2 + 2)) - 5/(27*x**2*sqrt(3*x**2 + 2) + 18*sqrt(3*x**2 + 2))

________________________________________________________________________________________

Giac [A]  time = 1.25106, size = 34, normalized size = 0.83 \begin{align*} \frac{9 \,{\left ({\left (13 \, x - 16\right )} x + 3\right )} x - 94}{54 \,{\left (3 \, x^{2} + 2\right )}^{\frac{3}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+2*x)*(4*x^2+3*x+1)/(3*x^2+2)^(5/2),x, algorithm="giac")

[Out]

1/54*(9*((13*x - 16)*x + 3)*x - 94)/(3*x^2 + 2)^(3/2)